
.pay-wrapper{
    max-width:1920px;
    margin:0 auto;
}
.pay{
    background-image: url("/asset/images/pay/banner.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.pay-wrapper .cn-name{
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 2.8rem;
    letter-spacing: 2px;
    text-align: center;
    color: #333333;
}
.pay-wrapper .en-name{
    font-size: 0.5rem;
    line-height: 0.7rem;
    color: #333333;
    font-family: Helvetica;
    text-align: center;
}
.pay-sec-1{
    background-image: url("/asset/images/pay/74.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /*height: 32.5rem;*/
    padding: 4.25rem 13rem 5.25rem;
}
.pay-sec-1 .list-wrap{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 5.6rem;
    display: flex;
    justify-content: space-between;
}
.pay-sec-1 .list-wrap .list-item {
    width: 19rem;
    height: 14.15rem;
    text-align: center;
    color: #333;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.09);
    border-radius: 1rem;
    background-color: #fff;
}
.pay-sec-1 .list-wrap .list-item:hover {
    transform: scale(1.02);
    transition: 0.5s;
}
.pay-sec-1 .list-wrap .list-item .index-item {
    font-size: 4.6rem;
    line-height: 1;
    color: #F0F0F0;
    font-family: impact;
    margin-top: -2.3rem;
}
.pay-sec-1 .list-wrap .list-item img {
    width: 2.18rem;
    height: 2.14rem;
    margin-top: -0.95rem;
}
.pay-sec-1 .list-wrap .list-item .first-line {
    margin-top: 2.7rem;
    font-size: 1.1rem;
    line-height: 2.1rem;
}
.pay-sec-2 {
    padding-top: 4.25rem;
    background-color: #fff;
}
.pay-sec-2-con{
    display: flex;
    padding: 2.75rem 12.5rem 4.3rem 13rem;
}
.pay-sec-2-con>div{
    width: 50%;
}
.pay-sec-2-con .img-wrapper{
    text-align: center;
    vertical-align: middle;
    padding: 7.2rem 3.05rem 3.35rem 0;
}
.pay-sec-2-con .img-wrapper>img{
    height: 15.26rem;
    width: 31.96rem;
}
.pay-sec-2-con .description {
    border-left: 1px solid #D1D1D1;
}
.pay-sec-2-con .description .des-item {
    padding-left: 2.9rem;
    position: relative;
}
.pay-sec-2-con .description .des-item:nth-of-type(2) {
    margin-top: 2.45rem;
}
.pay-sec-2-con .description .des-item .des-item-title{
    padding: 2rem 0 0.75rem;
    font-size: 1.3rem;
    line-height: 2.2rem;
    font-weight: bold;
    color: #FD8A43;
}
.pay-sec-2-con .description .des-item .circle {
    position: absolute;
    left: -0.55rem;
    top: 2.25rem;
    width: 1.1rem;
    height: 1.1rem;
    background: #FFFFFF;
    border: 1px solid #FFDAC3;
    border-radius: 50%;
}
.pay-sec-2-con .description .des-item p {
    font-size: 0.9rem;
    line-height: 1.7rem;
    color: #333;
}
.pay-sec-2-con .description .des-item:nth-of-type(2) p{
    line-height: 2.4rem;
}
.pay-sec-3{
    background-color:#F6F6F6;
    /*height: 40.6rem;*/
    padding: 4.25rem 13rem;
    display: flex;
    justify-content: space-between;
}
.pay-sec-3 .pay-sec-3-item {
    width: 15.8rem;
}
.pay-sec-3 .pay-sec-3-item:hover {
    transform: scale(1.02);
    transition: 0.5s;
    box-shadow: 0 0 1rem #e0e0e0;
}
.pay-sec-3 .pay-sec-3-item img {
    width: 100%;
    height: 15.2rem;
}
.pay-sec-3 .pay-sec-3-item .pay-sec-3-des {
    padding-top: 1.4rem;
    height: 5.75rem;
    text-align: center;
    border-radius: 0 0 1rem 1rem;
    color: #333;
    background-color: #fff;
}
.pay-sec-3 .pay-sec-3-item .pay-sec-3-des .pay-sec-3-des-title{
    font-size: 1.1rem;
    line-height: 1.75rem;
}
.pay-sec-3 .pay-sec-3-item .pay-sec-3-des .pay-sec-3-des-txt{
    font-size: 0.9rem;
    line-height: 1.3rem;
}
